Send hotel ref email to customer service
In [3]:
import subprocess
subprocess.call(['python', 'sendmail_win_cs.py',
'--filename', 'output_ctrip_update_res_no_',
'--email', 'no-reply@gta-travel.com'])
print('Task Complete!')
Out[3]: